CompositeTestCase

A test that runs other tests.

class CompositeTestCase : TestCase {}

Inherited Members

From TestCase

getPath
string getPath()
opCall
string[] opCall()

Executes the test.

numTestsRun
ulong numTestsRun()

Certain child classes override this

Meta